projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee56c4
)
* lisp/net/tramp-compat.el (tramp-compat-funcall): Don't use `subrp'.
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 26 Sep 2016 07:50:39 +0000
(09:50 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 26 Sep 2016 07:50:39 +0000
(09:50 +0200)
lisp/net/tramp-compat.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-compat.el
b/lisp/net/tramp-compat.el
index 1c0b8d20fda239c8c3c17acbf1f17c046c071bf3..0d804fc0a48077a75a0d5265ce2dbfcab0df835c 100644
(file)
--- a/
lisp/net/tramp-compat.el
+++ b/
lisp/net/tramp-compat.el
@@
-55,7
+55,7
@@
;; avoid them in cases we know what we do.
(defmacro tramp-compat-funcall (function &rest arguments)
"Call FUNCTION if it exists. Do not raise compiler warnings."
- `(when (
or (subrp ,function) (functionp ,function)
)
+ `(when (
functionp ,function
)
(with-no-warnings (funcall ,function ,@arguments))))
;; We currently use "[" and "]" in the filename format for IPv6 hosts